home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0082 / 79.txt < prev    next >
Text File  |  1997-04-16  |  10KB  |  254 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Mon, 22 Jan 90       Volume 90 : Issue   79
  4.  
  5. Today's Topics:
  6.                             ARC 6.02 bugs
  7.                       Bob Dobbs character set??
  8.                       Facts, not only talking a
  9.                        Laser C vs Mark Williams
  10.                            Mark Williams C
  11.                     Monitors, Music, Spreadsheets.
  12.                         Need Hard Disk Wisdom
  13.                          Shareware MICRO RTX
  14.                              STE problem
  15. ----------------------------------------------------------------------
  16.  
  17. Date: 20 Jan 90 16:56:25 GMT
  18. From: mcsun!ukc!edcastle!aimd@uunet.uu.net  (M Davidson)
  19. Subject: ARC 6.02 bugs
  20. Message-ID: <1736@castle.ed.ac.uk>
  21.  
  22. In article <1432@engage.enet.dec.com> wallace@oldtmr.dec.com (Ray Wallace)
  23.  writes:
  24. >It turns out that I can not get ARC 6.02 to work with any of the graphical
  25. >shells I have for ARC (ARCSHELL, ARCGSH21, UNARC). All of them produce either
  26. >two or four bombs (it keeps changing) when they go to execute ARC. The older
  27. >version of ARC (v5.21b I think) runs fine with all of these shells.
  28.  
  29. I think you need Arcshell 2.1 (? 2.1?) you can get it by anonymous
  30. ftp from sol.cs.ruu.nl [131.211.80.5], It seeems to work fine.
  31.  
  32. Curiously, I found after de-arcing some DVI stuff from terminator that
  33. although the first so-many files had been de-arced OK, the rest came out
  34. with 0 lengths! I don't know what happen to cause this, there wasn't any
  35. write error message like the one you got in Arc 5.21b. This happened
  36. with two DVI archives, I couldn't recreate the situation 'cos I deleted
  37. them after de-arcing them (seemed like a good idea since ARC never
  38. reported any error...). Any have any ideas?
  39.  
  40. >Ray Wallace
  41. >               (INTERNET,UUCP) wallace@oldtmr.enet.dec.com
  42. >               (UUCP)          ...!decwrl!oldtmr.enet!wallace
  43. >               (INTERNET)      wallace%oldtmr.enet@decwrl.dec.com
  44.  
  45. Mark Davidson.
  46. (I *must* do a signature one of these days!)
  47.  
  48. ------------------------------
  49.  
  50. Date: 22 Jan 90 07:42:46 GMT
  51. From: att!oucsace!bwhite@ucbvax.Berkeley.EDU  (Bill White)
  52. Subject: Bob Dobbs character set??
  53. Message-ID: <1042@oucsace.cs.OHIOU.EDU>
  54.  
  55. In article <9001220106.AA01476@fsucs.cs.fsu.edu>, boyd@fsucs.cs.fsu.edu (Mickey
  56.  Boyd) writes:
  57. >
  58. > I am unfamiliar with this particular subject, but it sounds potentially
  59. > interesting.  Anyone want to give a summary of who Bob is?
  60. >
  61.  
  62. Bob is the great, powerful, omnipotent, immortal God of the Subgenius!  From
  63. his word may you know enlightenment, or at least a good chuckle.  Check out
  64. alt.slack; and read the Book of Bob (BoB) titled Book of the Subgenius,
  65. available from Simon & Schuster.
  66.  
  67.                                 Bill White
  68.                                 bwhite@oucsace.cs.ohiou.edu
  69.  
  70.         HARTLEY'S SECOND LAW:
  71.                 "Never sleep with anyone crazier than yourself."
  72.  
  73. ------------------------------
  74.  
  75. Date: 22 Jan 90 16:52:00 GMT
  76. From: apollo!rehrauer@eddie.mit.edu  (Steve Rehrauer)
  77. Subject: Facts, not only talking a
  78. Message-ID: <483099b8.20b6d@apollo.HP.COM>
  79.  
  80. In article <20013@watdragon.waterloo.edu> swklassen@tiger.waterloo.edu (Steven
  81.  W. Klassen) writes:
  82. >In article <90011904271742@masnet.uucp> ron.sharp@canremote.uucp (RON SHARP)
  83.  writes:
  84. >>Phoowie!  The only way I can get simple information on memory locations
  85. >>is to become a developer, because anyone else who has the info isn't
  86. >>allowed to tell me.
  87. >
  88. >Here is a very important hint for the would-be developer.
  89. >
  90. >TRY TO AVOID "DEVELOPING" FOR A GIVEN MACHINE.  When designing software
  91. >and writing that initial version, try to keep things portable.  In
  92. >other words, try to avoid relying on specific memory locations.  (Remember
  93. >that the ST is NOT the c1-Mhz, 16K computer that the Atari 400 was - you
  94. >don't have to count bits and clock cycles like you used to.)
  95.  
  96. [ some good suggestions deleted here ]
  97.  
  98. Good things to keep in mind.  However, it's a bit of a myth that one can
  99. write painlessly portable code.  I agree that you try to avoid shooting
  100. yourself in vital places.  But in lieu of a universal user interface
  101. standard, you can't avoid pulling the trigger altogether -- unless your
  102. application can live with a dumb glass teletype interface, which I suppose
  103. many can.
  104.  
  105. But if you're going to do anything more than that on the ST, you have a
  106. choice of rolling your own graphical interface or using GEM.  You can
  107. carefully package the GEM stuff and hope that it'd be fairly painless
  108. to replace that portion with the appropriate MAC OS / MS-Windows / Amiga
  109. Intuition / Xlib / Display Postscript / whatever calls when you port.
  110. You still have to know GEM, though, and as matters & market-share stand
  111. today that's pretty machine-dependent anyway.
  112.  
  113. I guess ron.sharp@canremote.uucp wasn't asking about GEM.  Frankly, for
  114. most of the things I do on the ST, I don't need to know more about the
  115. box than GEM's calling interface.  (I don't sell what I write, of course;
  116. maybe Ron intends to.  Perhaps his mileage would vary.)  If Ron just wants
  117. that level of knowledge, I've found the Megamax C manual to be adequate.
  118. No need for us hobby hackers to $pend big buck$ on the Atari developer'$ kit.
  119.  
  120. Oh well, forgive my rambling.  Steve Klassen knew the above anyway, I'm sure.
  121. --
  122. >>"Aaiiyeeee!  Death from above!"<< | Steve Rehrauer, rehrauer@apollo.hp.com
  123.    "Flee, lest we be trod upon!"    | The Apollo System Division of H.P.
  124.  
  125. ------------------------------
  126.  
  127. Date: 18 Jan 90 21:15:24 GMT
  128. From: mcsun!hp4nl!nikhefh!t19@uunet.uu.net  (Geert J v Oldenborgh)
  129. Subject: Laser C vs Mark Williams
  130. Message-ID: <722@nikhefh.nikhef.nl>
  131.  
  132. I have used neither, but I do now that any program compiled with Laser C
  133. crashes on my systems because of an innocent program in my autofolder which
  134. translates bombs into readable messages and is perfectly legal.  Dunno what
  135. they do in their start-up code, but it ain't pretty.
  136.  
  137. On a related note, does anyone know why all compiled GFA-2 basic programs
  138. hang the machine when executed from a shell (my shell?) about 2 times out of
  139. three?
  140.  
  141. Geert Jan van Oldenborgh
  142.  
  143. ------------------------------
  144.  
  145. Date: 18 Jan 90 23:33:42 GMT
  146. From: mcsun!unido!nadia!marauder@uunet.uu.net  (Stefan Hess)
  147. Subject: Mark Williams C
  148. Message-ID: <756@nadia.UUCP>
  149.  
  150. Somebody told me that MW has stopped development of MWC on the ST. Does
  151. anybody know if this is true ? I would hate it if there wouldn't be an
  152. ANSI version of MWC.
  153.  
  154. Stefan.
  155.  
  156.  
  157. --
  158.   _ _    MAR-3H Marauder      Don't leave your dropship without one !
  159.  /\V/\
  160.  8/"\8   "Everybody should have an opinion."  (Carmen K.-S.)
  161.  ~   ~   marauder@nadia.UUCP / ..!uunet!unido!nadia!marauder / ++49-711-252624
  162.  
  163. ------------------------------
  164.  
  165. Date: 22 Jan 90 16:55:00 GMT
  166. From: apollo!rehrauer@eddie.mit.edu  (Steve Rehrauer)
  167. Subject: Monitors, Music, Spreadsheets.
  168. Message-ID: <48309bec.20b6d@apollo.HP.COM>
  169.  
  170. In article <1990Jan20.231207.27553@gumby.cc.wmich.edu> obryan@gumby.cc.wmich.edu
  171.  (Mark O'Bryan) writes:
  172. >Also, be aware that there are dangerously high voltages inside, so you can
  173. >kill yourself if you're careless.  You may also void your warranty.
  174.  
  175. And goodness knows you don't want to void your warranty! :->
  176.  
  177. --
  178. >>"Aaiiyeeee!  Death from above!"<< | Steve Rehrauer, rehrauer@apollo.hp.com
  179.    "Flee, lest we be trod upon!"    | The Apollo System Division of H.P.
  180.  
  181. ------------------------------
  182.  
  183. Date: 22 Jan 90 17:48:32 GMT
  184. From:
  185.  zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.e
  186.  du!totty@think.com
  187. Subject: Need Hard Disk Wisdom
  188. Message-ID: <7500012@m.cs.uiuc.edu>
  189.  
  190.         I'm sure this subject has been covered many times, but I
  191.         haven't been reading this group for a long time.  I am
  192.         interested in obtaining info from anyone about building
  193.         hard disks fro the ST.  Advice on interfacing, drive/controller
  194.         recommendations, power supply choices, cases, and difficulties
  195.         about the ST.  Please email to me if the subject has been beaten
  196.         to death.
  197.  
  198.                                                         Thanks!
  199.  
  200.                                                         --- Bri
  201.  
  202.  
  203.    /                      Brian Totty              o o
  204.   /__  __  o        406 E. Michigan / Apt. 6        o
  205.  /  / /   /             Urbana, IL 61801           \_/  "We have corn in
  206. /__/ /   /             totty@cs.uiuc.edu                Massachusetts too!"
  207.  
  208. ------------------------------
  209.  
  210. Date: 22 Jan 90 07:40:55 GMT
  211. From: unisoft!bdt!david@ucbvax.Berkeley.EDU  (David Beckemeyer)
  212. Subject: Shareware MICRO RTX
  213. Message-ID: <882@bdt.UUCP>
  214.  
  215. In article <12117@cs.yale.edu> fischer-michael@CS.YALE.EDU (Michael Fischer)
  216.  writes:
  217. >Has this been tested under TOS 1.4?  The announcement didn't say.
  218.  
  219. Yes RTX runs under TOS 1.4.  This shareware version version won't
  220. run on a non-68000 CPU (as in the TT, if we ever see one).  I'll
  221. cross that bridge when I come to it (anyone want to donate a TT
  222. for the project? -- Atari? )
  223. --
  224. David Beckemeyer (david@bdt.UUCP)       | "I'll forgive you Dad...  If you have
  225. Beckemeyer Development Tools            | a breath mint."
  226. P.O. Box 21575, Oakland, CA 94620       |    Bart - "The Simpsons"
  227. UUCP: ?uunet,ucbvax?!unisoft!bdt!david  |
  228.  
  229. ------------------------------
  230.  
  231. Date: 18 Jan 90 23:12:42 GMT
  232. From: mcsun!ukc!newcastle.ac.uk!turing!q1cbw@uunet.uu.net  (D.C. Halliday)
  233. Subject: STE problem
  234. Message-ID: <1990Jan18.231242.15890@newcastle.ac.uk>
  235.  
  236.      Would some kind person please post the fix for the STE medium res
  237. bug,  I  purchased my ST mail order in the UK and as such it will take
  238. ages to get the fix. Hell I didn't even get the new pallet  utillity.I
  239. can't  get  either  since  I never recieved the UK language disk, this
  240. needs to be returned to ATARI UK for them to give me this program.
  241.  
  242. Can anyone help by posting or e-mailing these to me.
  243.  
  244. Thanks,
  245.  
  246. Dave H.
  247.  
  248. (d.c.halliday@newcastle.ac.uk)
  249.  
  250. ------------------------------
  251.  
  252. End of INFO-ATARI16 Digest V90 Issue #79
  253. ****************************************
  254.